home *** CD-ROM | disk | FTP | other *** search
- #define typeCString 'Cstr'
- #define kTclClass 'tclc'
- #define kAEEval 'eval'
-
- /*
- The DoTclScript event is a simple event allowing one application
- to pass an arbitrary Tcl script to some other application. The
- server application receives the script and executes it. This
- event was designed specifically to allow powerful interaction with
- Alpha.
-
- Event class: kTclClass
- Event id: kAEEval
-
- Required parameters:
- This event requires a single parameter, an object of
- type typeCString. This parameter contains the entire
- string, not just a pointer to the string within the
- client application's data space. It is null terminated.
-
- The reply contains two items, a four-byte result value
- and a C string, containing the result.
-
- */
-